home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / event.d / sulogin < prev    next >
Text File  |  2008-09-29  |  558b  |  21 lines

  1. # sulogin - rescue mode
  2. #
  3. # This task ensures that should the system fail to have any active jobs
  4. # that the system administrator can rescue it; by giving them a shell.
  5.  
  6. # Disabled since this would get started when init is re-exec'd, and
  7. # "console owner" kills X.
  8. # start on stalled
  9.  
  10. exec /sbin/sulogin
  11. console owner
  12.  
  13. pre-start script
  14.     echo
  15.     echo "The system has reached a state where there are no jobs running."
  16.     echo "A shell will be spawned so that you may start such jobs that are"
  17.     echo "necessary."
  18.     echo
  19.     echo "Type 'exit' when finished."
  20. end script
  21.